===========================================================================================================================================================================
Readme for the Backward Sampling Framework Java code for SPIF and CLSIF from 
A Backward Sampling Framework for Interdiction Problems with Fortification
Version: 1.0
===========================================================================================================================================================================

 Author:       Leonardo Lozano (llozano@g.clemson.edu)
               Industrial Engineering Department
               Clemson University
 URL:          http://www.leo-loza.com


 Author:       J. Cole Smith (jcsmith@clemson.edu)
               Industrial Engineering Department
               Clemson University
 URL:          http://people.clemson.edu/~jcsmith


===========================================================================================================================================================================

This file contains important information about the Java code for the Backward Sampling Framework.

===========================================================================================================================================================================

The framework requires an active installation of Gurobi to solve the mathematical optimization problems.

The folder "BackwardSampling-SPIF" contains all the source code for solving the SPIF with the backward sampling framework
and the folder "BackwardSampling-CLSIF" contains all the source code for solving the CLSIF.

For both problems, the main class is thoroughly commented and the code includes a sample instance ready to run. 

